home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 2⁄23⁄90 / 0706-Jump Table size-Feb90 < prev    next >
Encoding:
Text File  |  1990-02-23  |  1.2 KB  |  36 lines  |  [TEXT/GEOL]

  1. Item forwarded  by  A33          to A34
  2.  
  3. Item    3082570                         18-Feb-90        14:55PST
  4.  
  5. From:   AUST0334                        AUDev - CRIA, Canberra, ACT,IDV
  6.  
  7. To:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    Jump Table size
  10.  
  11. Jump Table size problems
  12. We are currently running out of space in the jump table (due to a large number
  13. of methods being used).
  14.  
  15.     1)  Is there any easy way to increase the jump table size (we are using
  16. MacApp and a lot of methods, and this is a problem)?
  17.  
  18.     2)  Is there any easy way of finding the size of the jump table (this would
  19. be nice so that we could see the effect of changing segmentation)?
  20.  
  21.     3)  Is changing segmentation going to effect the size of the jump table?
  22.  
  23.  
  24. Enhancement
  25.     5)  Is there any possibility of having a compiler directive to say a
  26. particular method is to be compiled as Inline code (ie direct expansion of the
  27. code where use, rather than generatin function call code)? This would solve our
  28. problems with jump table size, and some nagging doubts about the speed of our
  29. code. (C++ has this option, and it would be a major advantage if Pascal also
  30. offered it).
  31.  
  32. Thanks
  33. Kenneth Beaton
  34. (IIcx, 8MB, Two-Page Monitor, system 6.03, MPW pascal 3.0, MacApp 2.0ß9)
  35.  
  36.